From: Chong Yidong Date: Tue, 21 Jul 2009 23:47:49 +0000 (+0000) Subject: Move announcement of select-active-regions to 23.2 section. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11359 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=32bc990d758e3d65b20326450bf34ed9aaeda014;p=emacs.git Move announcement of select-active-regions to 23.2 section. --- diff --git a/etc/NEWS b/etc/NEWS index 3771e647ca7..1928c9b49c5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -58,6 +58,11 @@ You can remove this query in two ways: either removing `process-kill-buffer-query-function' from `kill-buffer-query-functions' or setting the appropriate process flag with `set-process-query-on-exit-flag'. +** If `select-active-regions' is t, any active region automatically +becomes the primary selection (for interaction with other window +applications). If you enable this, you might want to bind +`mouse-yank-primary' to Mouse-2. + * Changes in Specialized Modes and Packages in Emacs 23.2 @@ -558,11 +563,6 @@ under New Modes and Packages. ** Primary selection changes -*** If `select-active-regions' is t, setting the mark automatically -makes the new region into the primary selection (for interaction with -other window applications). If you enable this, you might want to -bind `mouse-yank-primary' to Mouse-2. - *** You can disable kill ring commands from accessing the primary selection by setting `x-select-enable-primary' to nil.